home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 15 / macformat_15.iso / C de cerca / Codewarrior Lite / MW Debug⁄MacOS 1.4 / MW Debug_MacOS 1.4.rsrc / STR#_10000.txt < prev    next >
Text File  |  1996-01-03  |  4KB  |  273 lines

  1. template parameter mismatch
  2.  
  3. template redefined
  4.  
  5. cannot instantiate '*'
  6.  
  7. illegal template argument(s)
  8.  
  9. '>' expected
  10.  
  11. '<' expected
  12.  
  13. illegal template declaration
  14.  
  15. non-const '&' reference initialized to temporary
  16.  
  17. derived function differs from virtual base function in return type only
  18.  
  19. pascal function can't be overloaded
  20.  
  21. function declaration hides inherited virtual function
  22.  
  23. 'const' or '&' variable needs initializer
  24.  
  25. illegal precompiled header compiler flags or target
  26.  
  27. illegal precompiled header version
  28.  
  29. illegal usage of non-static member
  30.  
  31. illegal implicit const pointer conversion
  32.  
  33. virtual functions cannot be pascal functions
  34.  
  35. illegal usage of #pragma parameter
  36.  
  37. illegal implicit enum conversion
  38.  
  39. illegal empty declaration
  40.  
  41. #if nesting overflow
  42.  
  43. cannot construct direct member '*'
  44.  
  45. cannot construct base class '*'
  46.  
  47. illegal ctor initializer
  48.  
  49. illegal jump past initializer
  50.  
  51. Local data >32k
  52.  
  53. illegal implicit conversion
  54.  
  55. possible unwanted compare
  56.  
  57. possible unwanted assignment
  58.  
  59. possible unwanted ';'
  60.  
  61. illegal default argument(s)
  62.  
  63. illegal operator
  64.  
  65. class has no default constructor
  66.  
  67. illegal 'inline' function definition
  68.  
  69. illegal 'friend' declaration
  70.  
  71. illegal access declaration
  72.  
  73. ambiguous access to overloaded function 
  74.  
  75. illegal operator overloading
  76.  
  77. illegal function overloading
  78.  
  79. illegal '&' reference
  80.  
  81. illegal usage of pure function
  82.  
  83. illegal usage of abstract class
  84.  
  85. illegal 'operator' declaration
  86.  
  87. illegal access qualifier
  88.  
  89. illegal usage of 'HandleObject'
  90.  
  91. unimplemented C++ feature
  92.  
  93. illegal usage of 'this'
  94.  
  95. ambiguous access to class/struct/union member
  96.  
  97. illegal access to protected/private member
  98.  
  99. illegal #pragma
  100.  
  101. variable '*' is not initialized before being used
  102.  
  103. return value expected
  104.  
  105. illegal usage of direct parameters
  106.  
  107. variable '*' is not used in function
  108.  
  109. illegal data in precompiled header
  110.  
  111. illegal usage of precompiled header
  112.  
  113. illegal assignment to constant
  114.  
  115. function has no prototype
  116.  
  117. illegal storage class
  118.  
  119. illegal type qualifier(s)
  120.  
  121. illegal use of inline function
  122.  
  123. illegal initialization
  124.  
  125. default label used defined more than once
  126.  
  127. case constant defined more than once
  128.  
  129. label '*' redefined
  130.  
  131. ':' expected
  132.  
  133. illegal use of keyword
  134.  
  135. function nesting too complex
  136.  
  137. value is not stored in register
  138.  
  139. function has no initialized stackframe
  140.  
  141. function already has a stackframe
  142.  
  143. illegal type cast
  144.  
  145. illegal use of register variable
  146.  
  147. function call does not match prototype
  148.  
  149. call of non-function
  150.  
  151. reference to label '*' is out of range
  152.  
  153. undefined label '*'
  154.  
  155. branch out of range
  156.  
  157. illegal register list
  158.  
  159. illegal data size
  160.  
  161. illegal addressing mode
  162.  
  163. number is out of range
  164.  
  165. illegal operands for this processor
  166.  
  167. illegal instruction for this processor
  168.  
  169. the file '*' cannot be opened
  170.  
  171. '*' is not a struct/union/class member
  172.  
  173. not a struct/union/class
  174.  
  175. pointer/array required
  176.  
  177. too many initializers
  178.  
  179. type mismatch
  180.  
  181. data type is incomplete
  182.  
  183. illegal operand
  184.  
  185. illegal operation
  186.  
  187. not an lvalue
  188.  
  189. expression syntax error
  190.  
  191. undefined identifier '*'
  192.  
  193. division by 0
  194.  
  195. illegal bitfield declaration
  196.  
  197. struct/union/class size exceeds 32K
  198.  
  199. illegal use of incomplete struct/union/class
  200.  
  201. '{' expected
  202.  
  203. declarator expected
  204.  
  205. struct/union/class member '*' redefined
  206.  
  207. struct/union/enum/class tag '*' redefined
  208.  
  209. illegal struct/union/enum/class definition
  210.  
  211. '}' expected
  212.  
  213. illegal array definition
  214.  
  215. illegal function return type
  216.  
  217. illegal function definition
  218.  
  219. illegal use of 'void'
  220.  
  221. ']' expected
  222.  
  223. illegal constant expression
  224.  
  225. ';' expected
  226.  
  227. identifier '*' redeclared
  228.  
  229. declaration syntax error
  230.  
  231. unexpected token
  232.  
  233. unterminated #if / macro
  234.  
  235. preceding #if is missing
  236.  
  237. preprocessor Error
  238.  
  239. ',' expected
  240.  
  241. ')' expected
  242.  
  243. '(' expected
  244.  
  245. end of line expected
  246.  
  247. unexpected end of line
  248.  
  249. macros too complex or recursive
  250.  
  251. too many macro arguments
  252.  
  253. illegal argument list
  254.  
  255. macro '*' redefined
  256.  
  257. identifier expected
  258.  
  259. string too long
  260.  
  261. illegal token
  262.  
  263. undefined preprocessor directive
  264.  
  265. unterminated comment
  266.  
  267. unexpected end of file
  268.  
  269. illegal string constant
  270.  
  271. illegal character constant
  272.  
  273.